@charset "utf-8";

/* CSS Document */

.privacy{
	font-size: 12px;
	text-align: center;
	margin: 0;
   }

.eNewsletter h3 {
    font-size: 38px;
    text-align: center;
}

.eNewsletter p {
    padding-left: 0 !important;
    text-align: center;
}

.request-demo-widget {
    display: none;
}

.our-products .nav-tabs li {
    margin: 0px 0%;
}

.overlay.open {
    width: 100%;
}

.overlay {
    position: fixed;
    display: block;
    background: rgb(54, 151, 54);
    top: 0;
    border: 0;
    z-index: 100;
    width: 27%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
    right: 0;
}

.product-content h3 {
    text-align: center;
}

.product-content p {
    text-align: center;
}

.subscription p {
    text-align: center;
    padding-left: 0px;
}

.subscription {
    text-align: center;
    margin: 0px;
    padding-bottom: 40px;
}

.client-success h6 {
    text-align: center;
}

.client-success p {
    text-align: center;
}

.careers-title {
    max-height: none;
}

h2,
.main-title {
    font-size: 28px;
    margin: 25px 0px;
    line-height: 1.2;
}

.text {
    margin-top: 340px;
}

.banner {
    height: 450px;
    background-position: 100%;
    background-size: cover;
}

h1,
.bar-1,
.bar-2,
.bar-3 {
    font-size: 24px;
}

@media (min-width: 480px) {
    .text {
        margin-top: 280px;
    }
    h1,
    .bar-1,
    .bar-2,
    .bar-3 {
        font-size: 30px;
    }
}

@media (max-width: 320px) {
    h1,
    .bar-1,
    .bar-2,
    .bar-3 {
        font-size: 20px;
    }
    .text {
        margin-top: 300px;
    }
	

}